home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / library / rqtlsusr.lha / ReqTools / RexxReqTools / Examples / TTXARexx.lha / Revert.ttx < prev    next >
Text File  |  1993-10-21  |  360b  |  18 lines

  1. /* $VER: Revert.ttx 2.0 (20.02.93)
  2.  *
  3.  * Revert the current document to the version on disk.
  4.  */
  5.  
  6. OPTIONS RESULTS
  7.  
  8. GetFileInfo
  9. Parse VAR RESULT Lines Modified Name
  10.  
  11. IF Modified="YES" THEN DO
  12.   IF ~rtEZRequest( "Revert to the saved file?", " _Ok |_Cancel", "TurboText request", "RT_PubScrName=TURBOTEXT" ) THEN
  13.     RETURN
  14. END
  15.  
  16. GetFilePath
  17. OpenFile QUIET RESULT
  18.